| 2015-03-25 |
Alex Crichton | Fix an erroneous assertion in `cargo doc` |
commit | commitdiff | tree | snapshot |
| 2015-03-25 |
bors | Auto merge of #1443 - alexcrichton:hyphens-to-underscor... |
commit | commitdiff | tree | snapshot |
| 2015-03-25 |
Alex Crichton | Normalize hyphens to underscores in crate names |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
bors | Auto merge of #1445 - alexcrichton:issue-727, r=alexcri... |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
Alex Crichton | Add a test for tests in benchmarks |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
bors | Auto merge of #1444 - alexcrichton:issue-1398, r=huonw |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
Alex Crichton | Remove ndebug, add config of debug assertions |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
bors | Auto merge of #1441 - alexcrichton:issue-1323, r=bson |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
Alex Crichton | Fix tests for windows |
commit | commitdiff | tree | snapshot |
| 2015-03-23 |
Alex Crichton | len() == 0 => is_empty() |
commit | commitdiff | tree | snapshot |
| 2015-03-23 |
bors | Auto merge of #1440 - tamird:rustup, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-23 |
Tamir Duberstein | Make sure test directory exists |
commit | commitdiff | tree | snapshot |
| 2015-03-23 |
Tamir Duberstein | Remove unneeded `allow`s |
commit | commitdiff | tree | snapshot |
| 2015-03-23 |
Tamir Duberstein | Update to rust 2015-03-22 |
commit | commitdiff | tree | snapshot |
| 2015-03-23 |
Alex Crichton | Fix printing `Fresh` for crates |
commit | commitdiff | tree | snapshot |
| 2015-03-23 |
Alex Crichton | Fix trying to document build scripts |
commit | commitdiff | tree | snapshot |
| 2015-03-23 |
Alex Crichton | Fix documenting binaries with libraries |
commit | commitdiff | tree | snapshot |
| 2015-03-22 |
Alex Crichton | Fix `cargo doc` |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Update tests for tweaked error messages |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Don't factor bins into fingerprint calculations |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Fix fingerprints of build scripts that aren't compiled |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Update some error messages in tests |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Don't compile build scripts if they aren't run |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Fix `cargo run` with no binaries |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Update error message for missing examples |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Fix test for bins/examples |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | List examples in binaries built |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Don't fail `cargo run` with bins + examples |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Fix a subtesting test |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Only doctest libs by default |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Fix configuring lib targets with profile options |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Fix cargo test --no-run |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Fix test for `--test` filtering |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Remove an extraneous is_test condition |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Fix cargo test filtering for binaries |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Alex Crichton | Overhaul how cargo treats profiles |
commit | commitdiff | tree | snapshot |
| 2015-03-19 |
bors | Auto merge of #1433 - alexcrichton:dylib, r=huonw |
commit | commitdiff | tree | snapshot |
| 2015-03-19 |
Alex Crichton | Remove dependency on DynamicLibrary |
commit | commitdiff | tree | snapshot |
| 2015-03-18 |
bors | Auto merge of #1431 - IvanUkhov:newlines, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-18 |
bors | Auto merge of #1428 - alexcrichton:update, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-18 |
Ivan Ukhov | Make the usage of newlines in Cargo.toml consistent |
commit | commitdiff | tree | snapshot |
| 2015-03-17 |
bors | Auto merge of #1429 - IvanUkhov:build-script, r=alexcri... |
commit | commitdiff | tree | snapshot |
| 2015-03-17 |
Alex Crichton | Update to rust master |
commit | commitdiff | tree | snapshot |
| 2015-03-17 |
Ivan Ukhov | Fix a typo in the description of the links manifest key |
commit | commitdiff | tree | snapshot |
| 2015-03-16 |
bors | Auto merge of #1425 - alexcrichton:issue-1421, r=huonw |
commit | commitdiff | tree | snapshot |
| 2015-03-16 |
Alex Crichton | Re-fix the `help` command's implementation |
commit | commitdiff | tree | snapshot |
| 2015-03-14 |
bors | Auto merge of #1402 - cmr:issue-1015, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-14 |
Corey Richardson | Add rustc_private feature to tests which need it. |
commit | commitdiff | tree | snapshot |
| 2015-03-14 |
Corey Richardson | Add dedicated metadata for adding -l/-L flags |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
bors | Auto merge of #1412 - jakub-:rust-nightly, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
Jakub Bukaj | Update to the latest nightly |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
bors | Auto merge of #1409 - alexcrichton:less-compiles, r... |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
bors | Auto merge of #1406 - alexcrichton:issue-1404, r=wycats |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
bors | Auto merge of #1410 - johnz133:patch-2, r=huonw |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
John Zhang | Updated build in guide.md |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
Alex Crichton | Don't add non-compiled packages to the graph |
commit | commitdiff | tree | snapshot |
| 2015-03-11 |
Alex Crichton | Don't intermingle targets between packages |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
bors | Auto merge of #1396 - alexcrichton:issue-1390, r=huonw |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Alex Crichton | Improve experience with the flexible target specification |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
bors | Auto merge of #1395 - alexcrichton:profile, r=brson |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
bors | Auto merge of #1397 - alexcrichton:update, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Alex Crichton | Fix all tests from the update to rust master |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Alex Crichton | Reduce usage of unstable features |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Alex Crichton | Update to rust master |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Alex Crichton | Merge branch 'master' of https://github.com/Victor... |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Alex Crichton | Improve the profiling output of Cargo |
commit | commitdiff | tree | snapshot |
| 2015-03-07 |
bors | Auto merge of #1389 - jimmycuadra:patch-1, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-07 |
Jimmy Cuadra | Document the `harness` manifest option. |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Victor-Nicolae... | Reverting to rustc nightly 2015-03-04 because threadpoo... |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Victor-Nicolae... | Merge branch 'master' of https://github.com/rust-lang... |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Victor-Nicolae... | Updated versions for rustc, curl, docopt and regex. |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
bors | Auto merge of #1373 - alexcrichton:issue-785, r=wycats |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Alex Crichton | Change the default output location to target/debug |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
bors | Auto merge of #1387 - alexcrichton:issue-1382, r=brson |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Alex Crichton | Correctly set up paths when packaging |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
bors | Auto merge of #1365 - ches:docs, r=brson |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
bors | Auto merge of #1383 - alexcrichton:issue-1381, r=huonw |
commit | commitdiff | tree | snapshot |
| 2015-03-05 |
Victor-Nicolae... | fixed feature attribute |
commit | commitdiff | tree | snapshot |
| 2015-03-05 |
Victor-Nicolae... | removed [feature(env)] attributes |
commit | commitdiff | tree | snapshot |
| 2015-03-05 |
Alex Crichton | Explicitly remove RUST_LOG when crawling output |
commit | commitdiff | tree | snapshot |
| 2015-03-05 |
Victor-Nicolae... | Updated to rust nightly 2015-03-04 |
commit | commitdiff | tree | snapshot |
| 2015-03-04 |
bors | Auto merge of #1376 - fenhl:patch-1, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-04 |
Fenhl | Fix a typo in Zsh completion |
commit | commitdiff | tree | snapshot |
| 2015-03-03 |
bors | Auto merge of #1372 - alexcrichton:flaky, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-03 |
Alex Crichton | Relax output restrictions to make a test less flaky |
commit | commitdiff | tree | snapshot |
| 2015-03-03 |
bors | Auto merge of #1370 - alexcrichton:issue-1299, r=huonw |
commit | commitdiff | tree | snapshot |
| 2015-03-03 |
bors | Auto merge of #1371 - alexcrichton:issue-1289, r=huonw |
commit | commitdiff | tree | snapshot |
| 2015-03-03 |
Alex Crichton | Fix dep_targets for tests depending on libraries |
commit | commitdiff | tree | snapshot |
| 2015-03-02 |
Alex Crichton | Translate '\' to '/' for submodule names |
commit | commitdiff | tree | snapshot |
| 2015-03-02 |
bors | Auto merge of #1368 - cyndis:lto-dyn, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-02 |
Mikko Perttunen | Add test for having lto enabled while having a build... |
commit | commitdiff | tree | snapshot |
| 2015-03-02 |
Mikko Perttunen | Disable LTO for host (plugin, build script) builds |
commit | commitdiff | tree | snapshot |
| 2015-03-01 |
bors | Auto merge of #1367 - alexcrichton:fix-tar, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-03-01 |
Alex Crichton | Update tar dependency |
commit | commitdiff | tree | snapshot |
| 2015-02-28 |
Ches Martin | docs: Improve grammar/wording for `cargo owner` |
commit | commitdiff | tree | snapshot |
| 2015-02-27 |
bors | Auto merge of #1360 - alexcrichton:new-io, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2015-02-27 |
Alex Crichton | Update to rust master and std::{io, path} |
commit | commitdiff | tree | snapshot |
| 2015-02-25 |
bors | Auto merge of #1354 - mbrubeck:gh-pages-title, r=alexcr... |
commit | commitdiff | tree | snapshot |
| 2015-02-25 |
Matt Brubeck | Add "Cargo" to doc titles |
commit | commitdiff | tree | snapshot |
| 2015-02-25 |
bors | Auto merge of #1347 - alexcrichton:no-more-urllib,... |
commit | commitdiff | tree | snapshot |
| next |